-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#212: m2 repo settings as MAVEN_ARGS #275
#212: m2 repo settings as MAVEN_ARGS #275
Conversation
…RepoSettingAsMAVENOPTS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your addition.
Looks great :)
…RepoSettingAsMAVENOPTS
Pull Request Test Coverage Report for Build 8664683190Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mvomiero thanks for your PR. You implemented the correct solution. 👍
I left a small comment for improvement of robustness to avoid NullPointerException if called from outside of the project (IDE_HOME).
Please add a null check and then I can merge. Thanks.
cli/src/main/java/com/devonfw/tools/ide/variable/IdeVariables.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mvomiero thanks for the update. 👍
Ready for merge.
Fixes: #212